home *** CD-ROM | disk | FTP | other *** search
Text File | 2006-01-31 | 47.4 KB | 1,890 lines |
- !Texture(s, i, i) //texture file/ filename, width, height
- !HiddenInEditor(i) //if present, texture won't be visible in UIEditor combobox
- !Rect(s, i, i, i, i) //texture part / name, left, top, right, bottom (in pixels)
- !RectWithCorner(s, i, i, i, i, i, i) //texture part / name, left, top, right, bottom, corner width, corner height (in pixels)
- !Whole(s)
-
- Texture("Menu_Icons_Special.dds", 256, 256)
- {
- Rect("Icon_Legal",0,0,80,84)
- Rect("Icon_Drift",80,0,160,84)
- Rect("Icon_Drag",160,0,240,84)
- Rect("Icon_Baja", 0, 84, 80, 168)
- Rect("Icon_Normal", 80, 84, 160, 168)
- }
-
- Texture("Menu_Congratulations.dds", 1024, 512)
- {
- HiddenInEditor(0)
- Whole("Menu_Congratulations")
- }
-
- Texture("Menu_Instruction_Legal1.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Legal1")
- }
-
- Texture("Menu_Instruction_Legal2.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Legal2")
- }
-
- Texture("Menu_Instruction_Legal3.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Legal3")
- }
-
- Texture("Menu_Instruction_Drift1.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drift1")
- }
-
- Texture("Menu_Instruction_Drift2.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drift2")
- }
-
- Texture("Menu_Instruction_Drift3.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drift3")
- }
-
- Texture("Menu_Instruction_Drag1.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drag1")
- }
-
- Texture("Menu_Instruction_Drag2.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drag2")
- }
-
- Texture("Menu_Instruction_Drag3.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Drag3")
- }
-
- Texture("Menu_Instruction_Baja1.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Baja1")
- }
-
- Texture("Menu_Instruction_Baja2.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Baja2")
- }
-
- Texture("Menu_Instruction_Baja3.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Baja3")
- }
-
- Texture("Menu_Instruction_Normal1.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Normal1")
- }
-
- Texture("Menu_Instruction_Normal2.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Normal2")
- }
-
- Texture("Menu_Instruction_Normal3.dds", 1024, 512)
- {
- Whole("Menu_Instruction_Normal3")
- }
-
-
- Texture("Menu_Main.dds", 512, 512)
- {
- Rect("Flag_Start",199,431,223,444)
- Rect("GR_Button",266,39,505,65)
- Rect("GR_Button_Over",266,5,505,31)
- Rect("Ireland", 38, 417, 62, 439)
- HiddenInEditor(1)
- Rect("Finland", 63, 417, 87, 439)
- Rect("USA", 88, 417, 112, 439)
- Rect("Poland", 113, 417, 138, 439)
- Rect("Kenya", 139, 417, 162, 439)
- HiddenInEditor(0)
-
- Rect("Dawn", 38, 440, 62, 468)
- HiddenInEditor(1)
- Rect("Noon", 63, 440, 87, 468)
- Rect("Twilight", 88, 440, 112, 468)
- Rect("Night", 113, 440, 138, 468)
-
- Rect("Dawn_Cloudy", 38, 469, 62, 497)
- Rect("Noon_Cloudy", 63, 469, 87, 497)
- Rect("Twilight_Cloudy", 88, 469, 112, 497)
- Rect("Night_Cloudy", 113, 469 , 138, 497)
- HiddenInEditor(0)
-
- Rect("Icon_Mounted", 138, 440 , 162, 462)
- Rect("Icon_Selected", 138, 463 , 162, 485)
- Rect("Bronze", 163, 467, 190, 495)
- Rect("Silver", 191, 467, 218, 495)
- Rect("Gold", 219, 467, 246, 495)
-
- Rect("Paint_Change", 231, 202, 256, 235)
- Rect("Server_Lock", 236, 234, 250, 257)
- Rect("Server_On", 236, 260, 250, 274)
- Rect("Server_Off", 236, 276, 250, 290)
-
- Rect("DamageSign", 138, 486, 162, 511)
-
- HiddenInEditor(1)
- Rect("T_Snow_Shallow_Snow", 38, 383, 54, 399)
- Rect("T_Deep_Snow", 55, 383, 71, 399)
- Rect("T_Tarmac", 72, 383, 88, 399)
- Rect("T_Wet_Tarmac", 89, 383, 105, 399)
- Rect("T_Ice", 106, 383, 122, 399)
- Rect("T_Graver_Dust", 123, 383, 139, 399)
- Rect("T_Soil", 140, 383, 156, 399)
- Rect("T_Mud", 157, 383, 173, 399)
- Rect("T_Sand", 174, 383, 190, 399)
- Rect("T_Star", 38, 400, 54, 416)
- HiddenInEditor(0)
- Rect("ReplayRewind", 231, 0, 251, 17)
- Rect("ReplayPlay", 231, 20, 249, 37)
- Rect("ReplayRecord", 231, 80, 249, 97)
- Rect("ReplayFX", 231, 120, 254, 138)
- Rect("ReplayPause", 231, 40, 241, 57)
- Rect("ReplayStop", 231, 60, 248, 77)
- Rect("ReplayCamera", 231, 100, 251, 117)
- Rect("ReplayExit", 231, 140, 248, 158)
- Rect("ReplaySaveAvi", 230, 296, 256, 317)
- Rect("SpectatePlayer", 231, 161, 254, 179)
-
- Rect("MultiCarAll", 142, 295, 157, 310)
- Rect("MultiCarSome", 159, 295, 174, 310)
- Rect("MultiCarNone", 176, 295, 191, 310)
-
- Rect("NetProblem", 124, 314, 180, 365)
-
- Rect("NetStatusReady", 0, 405, 36, 423)
- Rect("NetStatusNotReady", 0, 425, 36, 443)
- Rect("NetStatusBusy", 0, 445, 36, 463)
- Rect("NetStatusRacing", 0, 465, 36, 483)
- Rect("NetStatusFinished", 0, 485, 36, 503)
-
- Rect("ArrowBigLeft", 10, 2, 21, 84)
- Rect("ArrowBigRight", 27, 2, 38, 84)
- Rect("ArrowBigLeftContinued", 82, 296, 93, 378)
- Rect("ArrowBigRightContinued", 99, 296, 110, 378)
- Rect("ArrowBigUp", 52, 0, 136, 12)
- Rect("ArrowBigDown", 52, 14, 136, 26)
- Rect("ArrowSmallLeft", 0, 88, 10, 100)
- Rect("ArrowSmallRight", 12, 88, 22, 100)
- Rect("ArrowSmallUp", 0, 102, 13, 112)
- Rect("ArrowSmallDown", 0, 114, 13, 124)
- Rect("ArrowSmallUpModern", 386, 272, 511, 291)
- Rect("ArrowSmallDownModern", 259, 272, 384, 291)
-
- Rect("LabelBkgTriangle", 155, 37, 179, 75)
- Rect("LabelBkgTriangleReversed", 155, 75, 179, 37)
- Rect("LabelBkgRect", 120, 37, 154, 75)
- Rect("LabelBkgLine", 118, 37, 119, 75)
- Rect("Slashes", 431, 79, 507, 154)
- Rect("BlackWithRightSlash", 268, 222, 506, 268)
-
- RectWithCorner("BoxWhite", 38, 102, 43, 107, 2, 2)
- RectWithCorner("BoxDarkBack", 24, 88, 29, 93, 2, 2)
- RectWithCorner("BoxNoBack", 31, 88, 36, 93, 2, 2)
- RectWithCorner("BoxNoBackWhite", 38, 95, 43, 100, 2, 2)
- RectWithCorner("BoxNoBackVertical", 31, 89, 36, 92, 2, 2)
- RectWithCorner("BoxDoubbleVerticalLeft", 24, 106, 29, 109, 2, 2)
- RectWithCorner("BoxWhiteBack", 38, 88, 43, 93, 2, 2)
- RectWithCorner("BoxFilled", 24, 95, 31, 102, 3, 3)
- RectWithCorner("BoxDoubble", 24, 104, 31, 111, 3, 3)
- RectWithCorner("BoxThickNoBack", 175, 0, 192, 17, 4, 4)
- RectWithCorner("ModalWindow", 52, 28, 83, 59, 13, 13)
- // RectWithCorner("ModalWindowGR", 266, 76, 411, 216, 62, 62)
- RectWithCorner("ModalWindowGR", 272, 76, 367, 172, 42, 42)
- // RectWithCorner("ModalWindowGRNoBkg", 266, 317, 411, 457, 62, 62)
- RectWithCorner("ModalWindowGRNoBkg", 272, 76, 367, 172, 42, 42)
- RectWithCorner("ModalWindowBlackTotal", 52, 61, 83, 91, 13, 13)
- RectWithCorner("ModalWindowBlack", 85, 28, 116, 59, 13, 13)
- RectWithCorner("ModalWindowOutline", 85, 61, 116, 92, 12, 12)
- RectWithCorner("TabWindow", 0, 372, 31, 403, 12, 12)
- RectWithCorner("TabWindowDark", 164, 402, 195, 433, 12, 12)
- RectWithCorner("TabWindowDark_Bottom", 164, 434, 195, 465, 12, 12)
-
- HiddenInEditor(1)
- Rect("0", 201, 0, 228, 38)
- Rect("1", 201, 40, 228, 78)
- Rect("2", 201, 80, 228, 118)
- Rect("3", 201, 120, 228, 158)
- Rect("4", 201, 160, 228, 198)
- Rect("5", 201, 200, 228, 238)
- Rect("6", 201, 240, 228, 278)
- Rect("7", 201, 280, 228, 318)
- Rect("8", 201, 320, 228, 358)
- Rect("9", 201, 360, 228, 398)
- Rect("Damage0", 0, 259, 69, 300)
- Rect("Damage10", 0, 302, 69, 307)
- Rect("Damage20", 0, 309, 69, 304)
- Rect("Damage30", 0, 316, 69, 321)
- Rect("Damage40", 0, 323, 69, 328)
- Rect("Damage50", 0, 330, 69, 335)
- Rect("Damage60", 0, 337, 69, 342)
- Rect("Damage70", 0, 344, 69, 349)
- Rect("Damage80", 0, 351, 69, 356)
- Rect("Damage90", 0, 358, 69, 363)
- Rect("Damage100", 0, 365, 69, 370)
- HiddenInEditor(0)
- Rect("Speed", 0, 126, 193, 293)
- Rect("Spark", 138, 0, 173, 35)
- }
-
- Texture("Menu_GTI.dds", 512, 512)
- {
- Rect("Logo", 0 , 0, 512, 184)
- Rect("Tournament", 0, 185, 334, 512)
- Rect("Rally", 0, 185, 334, 512)
- }
-
- Texture("Menu_Manufacturers.dds", 1024, 1024)
- {
- Rect("Eibach", 0,0,180,80)
- Rect("Milltek", 180,0,360,80)
- Rect("APR_Tuned", 360,0,540,80)
- Rect("APR", 0,80,180,160)
- Rect("ABD", 180,80,360,160)
- Rect("ATE", 360,80,540,160)
- Rect("Bilstein", 0,160,180,240)
- Rect("Brembo", 180,160,360,240)
- Rect("Eip", 360,160,540,240)
- Rect("Kamei", 0,240,180,320)
- Rect("Remus", 180,240,360,320)
- Rect("Turbonetics", 360,240,540,320)
- Rect("ManufacturerCustom1", 0,320,180,400)
- // Rect("ManufacturerCustom2", 320,640,640,800)
- Rect("BBCars", 180,320,360,400)
- Rect("MSDesign", 360,320,540,400)
- Rect("Zender", 0,400,180,480)
- Rect("Kerscher", 180,400,360,480)
- Rect("Kinesis", 360,400,540,480)
- Rect("Volkswagen", 0,480,180,560)
- Rect("Zumac", 180,480,360,560)
- Rect("Dietrich", 360,480,540,560)
- Rect("EBC", 0,560,180,640)
- Rect("Loony_tuns", 180,560,360,640)
- Rect("Rieger", 360,560,540,640)
- Rect("Mattig", 0,640,180,720)
- Rect("Dahlback", 180,640,360,720)
- Rect("Cesam", 360,640,540,720)
- Rect("Parotech", 0,720,180,800)
- Rect("NullIcon", 0,0,1,1)
- }
-
- Texture("Menu_Map.dds", 512, 512)
- {
- Rect("Map", 0, 0, 512, 401)
- }
-
- Texture("Menu_Back.dds", 1024, 512)
- {
- Whole("Background")
- }
-
- Texture("Menu_Cars.dds", 1024, 512)
- {
- Rect("TestCar", 0,0,80,84)
- }
-
-
- Texture("Display2.png", 128, 128)
- {
- Whole("Display2")
- }
-
- Texture("HUD2.dds", 1024, 1024)
- {
- Rect("RPM6500", 98, 50, 498, 450)
- Rect("RPM4500", 97, 559, 497, 959)
- HiddenInEditor(1)
- // Rect("RPM9000", 98, 50, 498, 450)
- Rect("RPM11000e", 518, 50, 918, 450)
- HiddenInEditor(0)
- }
-
- //Texture("HUD.dds", 512, 512)
- Texture("HUD.dds", 1024, 1024)
- {
-
- //Rect("RPM6500", 624,0,1023,400)
- HiddenInEditor(1)
- Rect("RPM7500", 624,0,1023,400)
- Rect("RPM8000", 624,0,1023,400)
- Rect("RPM9000", 624,0,1023,400)
- HiddenInEditor(0)
- //Windows
- RectWithCorner("HUDBoxDarkBack", 78, 197, 83, 202, 2, 2)
- RectWithCorner("HUDBoxNoBack", 85, 197, 90, 202, 2, 2)
- RectWithCorner("HUDBoxNoBackVertical", 92, 197, 97, 202, 2, 2)
- RectWithCorner("HUDBoxFilled", 60, 197, 67, 204, 3, 3)
- RectWithCorner("HUDBoxDoubble", 69, 197, 76, 204, 3, 3)
- RectWithCorner("HUDModalWindow", 165, 129, 196, 160, 13, 13)
- RectWithCorner("HUDModalWindowBlackTotal", 198, 129, 229, 160, 13, 13)
- RectWithCorner("HUDModalWindowBlack", 321, 129, 262, 160, 13, 13)
- RectWithCorner("HUDModalWindowBlackWhite", 165, 161, 196, 192, 13, 13)
-
- //Trophy
- Rect("Trophy_Background", 371,0,511,276)
-
- //Gearbox
- Rect("Gear_R", 0,0,28,23)
- HiddenInEditor(1)
- Rect("Gear_N", 0,24,28,47)
- Rect("Gear_1", 0,48,28,71)
- Rect("Gear_2", 0,72,28,95)
- Rect("Gear_3", 0,96,28,119)
- Rect("Gear_4", 29,0,58,23)
- Rect("Gear_5", 29,24,58,47)
- Rect("Gear_6", 29,48,58,71)
- Rect("Gear_7", 29,72,58,95)
- Rect("Gear_8", 29,96,58,119)
- Rect("Gear_9", 59,0,87,32)
- HiddenInEditor(0)
-
- // Position
- RectWithCorner("TrackProgressBar", 198, 162, 203, 167, 2, 2)
- Rect("Position_1", 1,120,58,163)
- HiddenInEditor(1)
- Rect("Position_2", 1,164,58,207)
- Rect("Position_3", 1,208,58,251)
- Rect("Position_4", 59,208,116,251)
- HiddenInEditor(0)
- // Turbo
- Rect("Light_Green", 95,0,111,16)
- Rect("HUD_Turbo", 448,256,656,496)
- Rect("HUD_Turbo_Arrow", 64,528,400,864)
-
- Rect("HUD_Nitro", 512,5,631,229)
-
- HiddenInEditor(1)
- Rect("Light_Red", 95,17,111,33)
- Rect("Light_Off", 95,34,111,50)
- HiddenInEditor(0)
-
- //Display
- // Rect("Speed_Arrow", 222,217,367,362)
- // Rect("Display", 112,0,257,127)
-
- Rect("Speed_Arrow", 112,256,368,511)
- Rect("Display", 624,0,1023,400)
-
- //Backgrounds
- // Rect("HUD_Bkg_Left", 16,880,400,992)
- Rect("HUD_Bkg_Left", 26,880,400,992)
- Rect("HUD_Bkg_Center", 416,880,608,992)
- Rect("HUD_Bkg_Right", 624,880,992,992)
- Rect("HUD_Bkg_Right_Lap", 768,736,992,864)
-
- HiddenInEditor(1)
- // Car Damage
- Rect("CD_Background", 258,0,357,97)
- Rect("CD_Body", 258,99,276,115)
- Rect("CD_Electronics", 277,99,295,115)
- Rect("CD_Engine", 296,99,314,115)
- Rect("CD_Gearbox", 315,99,333,115)
- Rect("CD_Breaks", 334,99,352,115)
- Rect("CD_Wheels", 353,99,371,115)
-
- // Driver Damage
- Rect("DD_Legs", 59,108,111,151)
- Rect("DD_Head", 59,64,111,107)
- Rect("DD_Hands", 59,152,111,195)
- Rect("DD_Torso", 112,128,163,171)
- HiddenInEditor(0)
-
- // Navigation
-
- HiddenInEditor(1)
- Rect("Turn_1_L", 129,449,191,511)
- Rect("Turn_1_R", 191,449,129,511)
- Rect("Turn_2_L", 65,449,127,511)
- Rect("Turn_2_R", 127,449,65,511)
- Rect("Turn_3_L", 257,385,319,447)
- Rect("Turn_3_R", 319,385,257,447)
- Rect("Turn_4_L", 193,449,255,511)
- Rect("Turn_4_R", 255,449,193,511)
- Rect("Turn_5_L", 193,385,255,447)
- Rect("Turn_5_R", 255,385,193,447)
- Rect("Turn_6_L", 1,385,63,447)
- Rect("Turn_6_R", 63,385,1,447)
-
- Rect("Danger", 65,385,127,447)
- Rect("Narrow", 129,385,191,447)
-
-
- Rect("Bridge", 321,385,383,447)
- Rect("Hopa", 1,449,63,511)
-
- Rect("Straight", 257,449,319,511)
-
- // new id's
- Rect("6_left", 129,449,191,511)
- Rect("6_right", 191,449,129,511)
- Rect("5_left", 65,449,127,511)
- Rect("5_right", 127,449,65,511)
- Rect("4_left", 257,385,319,447)
- Rect("4_right", 319,385,257,447)
- Rect("3_left", 193,449,255,511)
- Rect("3_right", 255,449,193,511)
- Rect("2_left", 193,385,255,447)
- Rect("2_right", 255,385,193,447)
- Rect("1_left", 1,385,63,447)
- Rect("1_right", 63,385,1,447)
- Rect("hairpin_left", 321,449,383,511)
- Rect("hairpin_right", 383,449,321,511)
-
- // Rect("UTurn_left", 321,449,383,511)
- // Rect("UTurn_right", 321,449,383,511)
-
- Rect("care", 65,385,127,447)
-
- Rect("bridge", 321,385,383,447)
- Rect("bump", 1,449,63,511)
-
- Rect("straight", 257,449,319,511)
-
- HiddenInEditor(0)
-
- // Track Progress
- Rect("Dot_Green", 385,384,391,390)
- Rect("Dot_Red", 385,391,391,397)
- Rect("Dot_Yellow", 385,398,391,404)
-
- // Map
- Rect("Map_Dot_Green", 393,384,399,390)
- Rect("Map_Dot_Red", 393,391,399,397)
- Rect("Map_Dot_Yellow", 393,398,399,404)
- Rect("Map_Arrow", 112,172,127,185)
- Rect("Map_OrientationPoint", 113,186,126,199)
- Rect("Map_Background", 0,252,110,362)
- Rect("Map_Center", 111,252,221,362)
-
- // Timer background
- Rect("Timer_Left", 75,51,96,63)
- Rect("Timer_Right", 97,51,111,63)
-
- //CeBIT
- Rect("CeBIT", 334,463,451,503)
- }
-
- Texture("Menu_Settings.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Rect("Suspension_1", 0, 0, 80, 84)
- Rect("Suspension_2", 80, 0, 160, 84)
- Rect("Suspension_3", 160, 0, 240, 84)
- Rect("Suspension_4", 240, 0, 320, 84)
- Rect("Suspension_5", 320, 0, 400, 84)
- Rect("Suspension_6", 400, 0, 480, 84)
- Rect("Suspension_7", 480, 0, 560, 84)
- Rect("Drive_1", 560, 0, 640, 84)
- Rect("Drive_2", 640, 0, 720, 84)
- Rect("Drive_3", 720, 0, 800, 84)
- Rect("Drive_4", 800, 0, 880, 84)
- Rect("Drive_5", 880, 0, 960, 84)
- Rect("Steeing_1", 0, 84, 80, 168)
- Rect("Steeing_2", 80, 84, 160, 168)
- Rect("Steeing_3", 160, 84, 240, 168)
- Rect("Steeing_4", 240, 84, 320, 168)
- Rect("Steeing_5", 320, 84, 400, 168)
- Rect("Steeing_6", 400, 84, 480, 168)
- Rect("Steeing_7", 480, 84, 560, 168)
- Rect("Drive_6", 560, 84, 640, 168)
- Rect("Drive_7", 640, 84, 720, 168)
- Rect("Drive_8", 720, 84, 800, 168)
- Rect("Drive_9", 800, 84, 880, 168)
- Rect("Drive_10", 880, 84, 960, 168)
- Rect("Gears_1", 0, 168, 80, 252)
- Rect("Gears_2", 80, 168, 160, 252)
- Rect("Gears_3", 160, 168, 240, 252)
- Rect("Gears_4", 240, 168, 320, 252)
- Rect("Gears_5", 320, 168, 400, 252)
- Rect("Gears_6", 400, 168, 480, 252)
- Rect("Gears_7", 480, 168, 560, 252)
- Rect("Drive_11", 560, 168, 640, 252)
- Rect("GearsManual", 640, 168, 720, 252)
- Rect("GearsAutomatic", 720, 168, 800, 252)
- Rect("GearsSemiautomatic", 800, 168, 880, 252)
- Rect("Tyres_ContactSport", 880, 168, 960, 252)
- Rect("Breaking_1", 0, 252, 80, 336)
- Rect("Breaking_2", 80, 252, 160, 336)
- Rect("Breaking_3", 160, 252, 240, 336)
- Rect("Breaking_4", 240, 252, 320, 336)
- Rect("Breaking_5", 320, 252, 400, 336)
- Rect("Breaking_6", 400, 252, 480, 336)
- Rect("Breaking_7", 480, 252, 560, 336)
- Rect("Tyres_FullGrip356", 560, 252, 640, 336)
- Rect("Tyres_Gravel", 640, 252, 720, 336)
- Rect("Tyres_HyperGrip200", 720, 252, 800, 336)
- Rect("Tyres_Ice", 800, 252, 880, 336)
- Rect("Tyres_Intermediate", 880, 252, 960, 336)
- Rect("Springs_1", 0, 336, 80, 420)
- Rect("Springs_2", 80, 336, 160, 420)
- Rect("Springs_3", 160, 336, 240, 420)
- Rect("Springs_4", 240, 336, 320, 420)
- Rect("Springs_5", 320, 336, 400, 420)
- Rect("Springs_6", 400, 336, 480, 420)
- Rect("Springs_7", 480, 336, 560, 420)
- Rect("Tyres_Mud", 560, 336, 640, 420)
- Rect("Tyres_ProSport400s", 640, 336, 720, 420)
- Rect("Tyres_ProSportWinter", 720, 336, 800, 420)
- Rect("Tyres_Slick", 800, 336, 880, 420)
- Rect("Tyres_Snow", 880, 336, 960, 420)
- Rect("BreakingForce_1", 0, 420, 80, 504)
- Rect("BreakingForce_2", 80, 420, 160, 504)
- Rect("BreakingForce_3", 160, 420, 240, 504)
- Rect("BreakingForce_4", 240, 420, 320, 504)
- Rect("BreakingForce_5", 320, 420, 400, 504)
- Rect("BreakingForce_6", 400, 420, 480, 504)
- Rect("BreakingForce_7", 480, 420, 560, 504)
- Rect("Tyres_Wet", 560, 420, 640, 504)
- Rect("Tyres_WinterEvo3", 640, 420, 720, 504)
- Rect("SettingsEmpty18", 720, 420, 800, 504)
- Rect("SettingsEmpty19", 800, 420, 880, 504)
- Rect("SettingsEmpty20", 880, 420, 960, 504)
- HiddenInEditor(0)
- }
-
- Texture("Menu_Icons_Championship00.dds", 256, 128)
- {
- HiddenInEditor(1)
- Rect("TrackFrameLeft", 0, 0, 80, 84)
- Rect("TrackFrameMiddle", 80, 0, 160, 84)
- Rect("TrackFrameRight", 160, 0, 240, 84)
- HiddenInEditor(0)
- }
-
- Texture("Menu_Cars.dds", 2048, 1024)
- {
- HiddenInEditor(1)
-
- Rect("G1S1", 0, 0, 80, 84)
- Rect("G1S2", 0, 84, 80, 168)
- Rect("G1S3", 0, 168, 80, 252)
- Rect("G1S4", 0, 252, 80, 336)
- Rect("G1S5", 0, 336, 80, 420)
- Rect("G1S6", 0, 420, 80, 504)
- Rect("G1S7", 0, 504, 80, 588)
- Rect("G1S8", 0, 588, 80, 672)
- Rect("G1S9", 0, 672, 80, 756)
-
- Rect("G1G1", 80, 0, 160, 84)
- Rect("G1G2", 80, 84, 160, 168)
- Rect("G1G3", 80, 168, 160, 252)
- Rect("G1G4", 80, 252, 160, 336)
- Rect("G1G5", 80, 336, 160, 420)
- Rect("G1G6", 80, 420, 160, 504)
- Rect("G1G7", 80, 504, 160, 588)
- Rect("G1G8", 80, 588, 160, 672)
- Rect("G1G9", 80, 672, 160, 756)
-
- Rect("G1C1", 160, 0, 240, 84)
- Rect("G1C2", 160, 84, 240, 168)
- Rect("G1C3", 160, 168, 240, 252)
- Rect("G1C4", 160, 252, 240, 336)
- Rect("G1C5", 160, 336, 240, 420)
- Rect("G1C6", 160, 420, 240, 504)
- Rect("G1C7", 160, 504, 240, 588)
- Rect("G1C8", 160, 588, 240, 672)
- Rect("G1C9", 160, 672, 240, 756)
-
- Rect("G5S1", 240, 0, 320, 84)
- Rect("G5S2", 240, 84, 320, 168)
- Rect("G5S3", 240, 168, 320, 252)
- Rect("G5S4", 240, 252, 320, 336)
- Rect("G5S5", 240, 336, 320, 420)
- Rect("G5S6", 240, 420, 320, 504)
- Rect("G5S7", 240, 504, 320, 588)
- Rect("G5S8", 240, 588, 320, 672)
- Rect("G5S9", 240, 672, 320, 756)
-
- Rect("G5G1", 320, 0, 400, 84)
- Rect("G5G2", 320, 84, 400, 168)
- Rect("G5G3", 320, 168, 400, 252)
- Rect("G5G4", 320, 252, 400, 336)
- Rect("G5G5", 320, 336, 400, 420)
- Rect("G5G6", 320, 420, 400, 504)
- Rect("G5G7", 320, 504, 400, 588)
- Rect("G5G8", 320, 588, 400, 672)
- Rect("G5G9", 320, 672, 400, 756)
-
- Rect("CBS1", 400, 0, 480, 84)
- Rect("CBS2", 400, 84, 480, 168)
- Rect("CBS3", 400, 168, 480, 252)
- Rect("CBS4", 400, 252, 480, 336)
- Rect("CBS5", 400, 336, 480, 420)
- Rect("CBS6", 400, 420, 480, 504)
- Rect("CBS7", 400, 504, 480, 588)
- Rect("CBS8", 400, 588, 480, 672)
- Rect("CBS9", 400, 672, 480, 756)
-
- Rect("CBT1", 480, 0, 560, 84)
- Rect("CBT2", 480, 84, 560, 168)
- Rect("CBT3", 480, 168, 560, 252)
- Rect("CBT4", 480, 252, 560, 336)
- Rect("CBT5", 480, 336, 560, 420)
- Rect("CBT6", 480, 420, 560, 504)
- Rect("CBT7", 480, 504, 560, 588)
- Rect("CBT8", 480, 588, 560, 672)
- Rect("CBT9", 480, 672, 560, 756)
-
- Rect("CBR1", 560, 0, 640, 84)
- Rect("CBR2", 560, 84, 640, 168)
- Rect("CBR3", 560, 168, 640, 252)
- Rect("CBR4", 560, 252, 640, 336)
- Rect("CBR5", 560, 336, 640, 420)
- Rect("CBR6", 560, 420, 640, 504)
- Rect("CBR7", 560, 504, 640, 588)
- Rect("CBR8", 560, 588, 640, 672)
- Rect("CBR9", 560, 672, 640, 756)
-
- Rect("NBR1", 640, 0, 720, 84)
- Rect("NBR2", 640, 84, 720, 168)
- Rect("NBR3", 640, 168, 720, 252)
- Rect("NBR4", 640, 252, 720, 336)
- Rect("NBR5", 640, 336, 720, 420)
- Rect("NBR6", 640, 420, 720, 504)
- Rect("NBR7", 640, 504, 720, 588)
- Rect("NBR8", 640, 588, 720, 672)
- Rect("NBR9", 640, 672, 720, 756)
-
- Rect("NBD1", 720, 0, 800, 84)
- Rect("NBD2", 720, 84, 800, 168)
- Rect("NBD3", 720, 168, 800, 252)
- Rect("NBD4", 720, 252, 800, 336)
- Rect("NBD5", 720, 336, 800, 420)
- Rect("NBD6", 720, 420, 800, 504)
- Rect("NBD7", 720, 504, 800, 588)
- Rect("NBD8", 720, 588, 800, 672)
- Rect("NBD9", 720, 672, 800, 756)
-
- Rect("NBS1", 800, 0, 880, 84)
- Rect("NBS2", 800, 84, 880, 168)
- Rect("NBS3", 800, 168, 880, 252)
- Rect("NBS4", 800, 252, 880, 336)
- Rect("NBS5", 800, 336, 880, 420)
- Rect("NBS6", 800, 420, 880, 504)
- Rect("NBS7", 800, 504, 880, 588)
- Rect("NBS8", 800, 588, 880, 672)
- Rect("NBS9", 800, 672, 880, 756)
-
- Rect("G4R1", 880, 0, 960, 84)
- Rect("G4R2", 880, 84, 960, 168)
- Rect("G4R3", 880, 168, 960, 252)
- Rect("G4R4", 880, 252, 960, 336)
- Rect("G4R5", 880, 336, 960, 420)
- Rect("G4R6", 880, 420, 960, 504)
- Rect("G4R7", 880, 504, 960, 588)
- Rect("G4R8", 880, 588, 960, 672)
- Rect("G4R9", 880, 672, 960, 756)
-
- Rect("G4G1", 960, 0, 1040, 84)
- Rect("G4G2", 960, 84, 1040, 168)
- Rect("G4G3", 960, 168, 1040, 252)
- Rect("G4G4", 960, 252, 1040, 336)
- Rect("G4G5", 960, 336, 1040, 420)
- Rect("G4G6", 960, 420, 1040, 504)
- Rect("G4G7", 960, 504, 1040, 588)
- Rect("G4G8", 960, 588, 1040, 672)
- Rect("G4G9", 960, 672, 1040, 756)
-
- Rect("G4S1", 1040, 0, 1120, 84)
- Rect("G4S2", 1040, 84, 1120, 168)
- Rect("G4S3", 1040, 168, 1120, 252)
- Rect("G4S4", 1040, 252, 1120, 336)
- Rect("G4S5", 1040, 336, 1120, 420)
- Rect("G4S6", 1040, 420, 1120, 504)
- Rect("G4S7", 1040, 504, 1120, 588)
- Rect("G4S8", 1040, 588, 1120, 672)
- Rect("G4S9", 1040, 672, 1120, 756)
-
- Rect("G3A1", 1120, 0, 1200, 84)
- Rect("G3A2", 1120, 84, 1200, 168)
- Rect("G3A3", 1120, 168, 1200, 252)
- Rect("G3A4", 1120, 252, 1200, 336)
- Rect("G3A5", 1120, 336, 1200, 420)
- Rect("G3A6", 1120, 420, 1200, 504)
- Rect("G3A7", 1120, 504, 1200, 588)
- Rect("G3A8", 1120, 588, 1200, 672)
- Rect("G3A9", 1120, 672, 1200, 756)
-
- Rect("G3C1", 1200, 0, 1280, 84)
- Rect("G3C2", 1200, 84, 1280, 168)
- Rect("G3C3", 1200, 168, 1280, 252)
- Rect("G3C4", 1200, 252, 1280, 336)
- Rect("G3C5", 1200, 336, 1280, 420)
- Rect("G3C6", 1200, 420, 1280, 504)
- Rect("G3C7", 1200, 504, 1280, 588)
- Rect("G3C8", 1200, 588, 1280, 672)
- Rect("G3C9", 1200, 672, 1280, 756)
-
- Rect("G3S1", 1280, 0, 1360, 84)
- Rect("G3S2", 1280, 84, 1360, 168)
- Rect("G3S3", 1280, 168, 1360, 252)
- Rect("G3S4", 1280, 252, 1360, 336)
- Rect("G3S5", 1280, 336, 1360, 420)
- Rect("G3S6", 1280, 420, 1360, 504)
- Rect("G3S7", 1280, 504, 1360, 588)
- Rect("G3S8", 1280, 588, 1360, 672)
- Rect("G3S9", 1280, 672, 1360, 756)
-
- Rect("G3S1", 1280, 0, 1360, 84)
- Rect("G3S2", 1280, 84, 1360, 168)
- Rect("G3S3", 1280, 168, 1360, 252)
- Rect("G3S4", 1280, 252, 1360, 336)
- Rect("G3S5", 1280, 336, 1360, 420)
- Rect("G3S6", 1280, 420, 1360, 504)
- Rect("G3S7", 1280, 504, 1360, 588)
- Rect("G3S8", 1280, 588, 1360, 672)
- Rect("G3S9", 1280, 672, 1360, 756)
-
- Rect("G2G1", 1360, 0, 1440, 84)
- Rect("G2G2", 1360, 84, 1440, 168)
- Rect("G2G3", 1360, 168, 1440, 252)
- Rect("G2G4", 1360, 252, 1440, 336)
- Rect("G2G5", 1360, 336, 1440, 420)
- Rect("G2G6", 1360, 420, 1440, 504)
- Rect("G2G7", 1360, 504, 1440, 588)
- Rect("G2G8", 1360, 588, 1440, 672)
- Rect("G2G9", 1360, 672, 1440, 756)
-
- Rect("G2R1", 1440, 0, 1520, 84)
- Rect("G2R2", 1440, 84, 1520, 168)
- Rect("G2R3", 1440, 168, 1520, 252)
- Rect("G2R4", 1440, 252, 1520, 336)
- Rect("G2R5", 1440, 336, 1520, 420)
- Rect("G2R6", 1440, 420, 1520, 504)
- Rect("G2R7", 1440, 504, 1520, 588)
- Rect("G2R8", 1440, 588, 1520, 672)
- Rect("G2R9", 1440, 672, 1520, 756)
-
- Rect("G2T1", 1520, 0, 1600, 84)
- Rect("G2T2", 1520, 84, 1600, 168)
- Rect("G2T3", 1520, 168, 1600, 252)
- Rect("G2T4", 1520, 252, 1600, 336)
- Rect("G2T5", 1520, 336, 1600, 420)
- Rect("G2T6", 1520, 420, 1600, 504)
- Rect("G2T7", 1520, 504, 1600, 588)
- Rect("G2T8", 1520, 588, 1600, 672)
- Rect("G2T9", 1520, 672, 1600, 756)
-
- Rect("BUD1", 1600, 0, 1680, 84)
- Rect("BUD2", 1600, 84, 1680, 168)
- Rect("BUD3", 1600, 168, 1680, 252)
- Rect("BUD4", 1600, 252, 1680, 336)
- Rect("BUD5", 1600, 336, 1680, 420)
- Rect("BUD6", 1600, 420, 1680, 504)
- Rect("BUD7", 1600, 504, 1680, 588)
- Rect("BUD8", 1600, 588, 1680, 672)
- Rect("BUD9", 1600, 672, 1680, 756)
-
- Rect("BUS1", 1680, 0, 1760, 84)
- Rect("BUS2", 1680, 84, 1760, 168)
- Rect("BUS3", 1680, 168, 1760, 252)
- Rect("BUS4", 1680, 252, 1760, 336)
- Rect("BUS5", 1680, 336, 1760, 420)
- Rect("BUS6", 1680, 420, 1760, 504)
- Rect("BUS7", 1680, 504, 1760, 588)
- Rect("BUS8", 1680, 588, 1760, 672)
- Rect("BUS9", 1680, 672, 1760, 756)
-
- Rect("BUT1", 1760, 0, 1840, 84)
- Rect("BUT2", 1760, 84, 1840, 168)
- Rect("BUT3", 1760, 168, 1840, 252)
- Rect("BUT4", 1760, 252, 1840, 336)
- Rect("BUT5", 1760, 336, 1840, 420)
- Rect("BUT6", 1760, 420, 1840, 504)
- Rect("BUT7", 1760, 504, 1840, 588)
- Rect("BUT8", 1760, 588, 1840, 672)
- Rect("BUT9", 1760, 672, 1840, 756)
-
- Rect("COT1", 1840, 0, 1920, 84)
- Rect("COT2", 1840, 84, 1920, 168)
- Rect("COT3", 1840, 168, 1920, 252)
- Rect("COT4", 1840, 252, 1920, 336)
- Rect("COT5", 1840, 336, 1920, 420)
- Rect("COT6", 1840, 420, 1920, 504)
- Rect("COT7", 1840, 504, 1920, 588)
- Rect("COT8", 1840, 588, 1920, 672)
- Rect("COT9", 1840, 672, 1920, 756)
-
- Rect("COC1", 1920, 0, 2000, 84)
- Rect("COC2", 1920, 84, 2000, 168)
- Rect("COC3", 1920, 168, 2000, 252)
- Rect("COC4", 1920, 252, 2000, 336)
- Rect("COC5", 1920, 336, 2000, 420)
- Rect("COC6", 1920, 420, 2000, 504)
- Rect("COC7", 1920, 504, 2000, 588)
- Rect("COC8", 1920, 588, 2000, 672)
- Rect("COC9", 1920, 672, 2000, 756)
-
- Rect("WTR1", 0, 840, 80, 924)
- Rect("WTR2", 80, 840, 160, 924)
- Rect("WTR3", 160, 840, 240, 924)
- Rect("WTR4", 240, 840, 320, 924)
- Rect("WTR5", 320, 840, 400, 924)
- Rect("WTR6", 400, 840, 480, 924)
- Rect("WTR7", 480, 840, 560, 924)
- Rect("WTR8", 560, 840, 640, 924)
- Rect("WTR9", 640, 840, 720, 924)
-
- Rect("WTC1", 0, 924, 80, 1008)
- Rect("WTC2", 80, 924, 160, 1008)
- Rect("WTC3", 160, 924, 240, 1008)
- Rect("WTC4", 240, 924, 320, 1008)
- Rect("WTC5", 320, 924, 400, 1008)
- Rect("WTC6", 400, 924, 480, 1008)
- Rect("WTC7", 480, 924, 560, 1008)
- Rect("WTC8", 560, 924, 640, 1008)
- Rect("WTC9", 640, 924, 720, 1008)
-
-
- HiddenInEditor(0)
- }
-
-
- Texture("BMX1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("BMX1_BIG")
- }
- Texture("BMX2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("BMX2_BIG")
- }
- Texture("BMX3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("BMX3_BIG")
- }
- Texture("BMX4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("BMX4_BIG")
- }
- Texture("BMX5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("BMX5_BIG")
- }
-
- Texture("DRM1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("DRM1_BIG")
- }
- Texture("DRM2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("DRM2_BIG")
- }
- Texture("DRM3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("DRM3_BIG")
- }
- Texture("DRM4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("DRM4_BIG")
- }
- Texture("DRM5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("DRM5_BIG")
- }
-
-
- Texture("FOC1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC1_BIG")
- }
- Texture("FOC2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC2_BIG")
- }
- Texture("FOC3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC3_BIG")
- }
- Texture("FOC4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC4_BIG")
- }
- Texture("FOC5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC5_BIG")
- }
- Texture("FOC6_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FOC6_BIG")
- }
-
- Texture("FPU1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FPU1_BIG")
- }
- Texture("FPU2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FPU2_BIG")
- }
- Texture("FPU3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FPU3_BIG")
- }
- Texture("FPU4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FPU4_BIG")
- }
- Texture("FPU5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("FPU5_BIG")
- }
-
- Texture("GLV1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV1_BIG")
- }
- Texture("GLV2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV2_BIG")
- }
- Texture("GLV3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV3_BIG")
- }
- Texture("GLV4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV4_BIG")
- }
- Texture("GLV5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV5_BIG")
- }
- Texture("GLV6_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("GLV6_BIG")
- }
-
- Texture("MLE1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE1_BIG")
- }
- Texture("MLE2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE2_BIG")
- }
- Texture("MLE3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE3_BIG")
- }
- Texture("MLE4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE4_BIG")
- }
- Texture("MLE5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE5_BIG")
- }
- Texture("MLE6_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MLE6_BIG")
- }
-
- Texture("MMS1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MMS1_BIG")
- }
- Texture("MMS2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MMS2_BIG")
- }
- Texture("MMS3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MMS3_BIG")
- }
- Texture("MMS4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MMS4_BIG")
- }
- Texture("MMS5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("MMS5_BIG")
- }
-
- Texture("PGT1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("PGT1_BIG")
- }
- Texture("PGT2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("PGT2_BIG")
- }
- Texture("PGT3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("PGT3_BIG")
- }
- Texture("PGT4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("PGT4_BIG")
- }
- Texture("PGT5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("PGT5_BIG")
- }
-
- Texture("SBI1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI1_BIG")
- }
- Texture("SBI2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI2_BIG")
- }
- Texture("SBI3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI3_BIG")
- }
- Texture("SBI4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI4_BIG")
- }
- Texture("SBI5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI5_BIG")
- }
- Texture("SBI6_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("SBI6_BIG")
- }
-
- Texture("STC1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("STC1_BIG")
- }
- Texture("STC2_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("STC2_BIG")
- }
- Texture("STC3_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("STC3_BIG")
- }
- Texture("STC4_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("STC4_BIG")
- }
- Texture("STC5_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("STC5_BIG")
- }
- Texture("Custom_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("Custom_BIG")
- }
-
- Texture("G5G1_Vis.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("G5G1_BIG")
- }
-
- Texture("BUS1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("BUS1_BIG")
- }
-
- Texture("CBR1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("CBR1_BIG")
- }
-
- Texture("COT1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("COT1_BIG")
- }
-
- Texture("G2G1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("G2G1_BIG")
- }
-
- Texture("G2T1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("G2T1_BIG")
- }
-
- Texture("G3A1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("G3A1_BIG")
- }
-
- Texture("WTC1_Vis.dds", 512, 256)
- {
- HiddenInEditor(1)
- Whole("WTC1_BIG")
- }
-
- Texture("Menu_Parts.dds", 1024, 1024)
- {
- HiddenInEditor(1)
- Rect("Ukladwydechowy", 0, 0, 80, 84)
- Rect("Kielichy", 80, 0, 160, 84)
- // Rect("Tloki", 160, 0, 240, 84)
- Rect("Kit_Suspension", 160,0,240,84)
- Rect("Amortyzator", 240, 0, 320, 84)
- Rect("Sprezyna", 320, 0, 400, 84)
- Rect("Chip", 400, 0, 480, 84)
- Rect("Intake", 480,0,560,84)
- Rect("Exhaust", 560,0,640,84)
- Rect("Intercooler", 640,0,720,84)
- Rect("Inject", 720,0,800,84)
- Rect("Camshaft", 800,0,880,84)
-
- // Rect("Walekrozrzadu", 0, 84, 80, 168)
- Rect("Kit", 0,84,80,168)
- Rect("Stabilizers", 80, 84, 160, 168)
- Rect("Skrzyniabiegow", 160, 84, 240, 168)
- Rect("Filtry", 240, 84, 320, 168)
- Rect("Turbo", 320, 84, 400, 168)
- Rect("Limited Slip", 400, 84, 480, 168)
- Rect("Fender", 480,84,560,168)
- Rect("Skirt", 560,84,640,168)
-
- Rect("Kola", 0, 168, 80, 252)
- // Rect("Glowice", 80, 168, 160, 252)
- Rect("Nitro", 80,168,160,252)
- Rect("Spoiler", 160, 168, 240, 252)
- Rect("Dyferencial", 240, 168, 320, 252)
- Rect("Plytasilnika", 320, 168, 400, 252)
- Rect("Walkorbowy", 400, 168, 480, 252)
-
- Rect("Zderzaktyl", 0, 252, 80, 336)
- Rect("Zderzakprzod", 80, 252, 160, 336)
- // Rect("Zawory", 160, 252, 240, 336)
- Rect("Carrier", 160, 252, 240, 336)
- Rect("Rama", 240, 252, 320, 336)
- Rect("Dystanse", 320, 252, 400, 336)
- Rect("Electrics", 400, 252, 480, 336)
-
- Rect("EngineTune", 0, 336, 80, 420)
- Rect("Entertainment", 80, 336, 160, 420)
- Rect("BrakeSystem", 160, 336, 240, 420)
- Rect("FlyWheel", 240, 336, 320, 420)
- Rect("Clutch", 320, 336, 400, 420)
- Rect("Intercooler", 400, 336, 480, 420)
-
- Rect("GPS", 0, 420, 80, 504)
- Rect("Champion_Gold", 80, 420, 160, 504)
- Rect("CarPaint", 160, 420, 240, 504)
- Rect("Money", 240, 420, 320, 504)
- Rect("Champion_Silver", 320, 420, 400, 504)
- Rect("Champion_Bronze", 400, 420, 480, 504)
- HiddenInEditor(0)
- }
-
- Texture("Menu_Icons_Championship01.dds", 512, 512)
- {
- HiddenInEditor(1)
- // Rect("PolishEd", 0,0,80,84)
- Rect("Rookie_Championship", 0,0,80,84)
- // Rect("Islanders_Cup", 80,0,160,84)
- Rect("Wolfsburg_Cup", 80,0,160,84)
- // Rect("TN3_Trial", 160,0,240,84)
- Rect("Dirt_Competition", 160,0,240,84)
- // Rect("Xpand_Elite", 240,0,320,84)
- Rect("Asphalt_Begginers_Championship", 240,0,320,84)
- // Rect("1600", 320,0,400,84)
- Rect("Toro_Cup", 320,0,400,84)
- // Rect("Special_Stage", 400,0,480,84)
- Rect("Quarter_Mile_Spot", 400,0,480,84)
-
- // Rect("Grand_Canyon", 0,84,80,168)
- Rect("Golf_MKI", 0,84,80,168)
- // Rect("Freestyle_Advance", 80,84,160,168)
- Rect("Risky_Business", 80,84,160,168)
- // Rect("Freestyle_Beginners", 160,84,240,168)
- Rect("Lost_Souls", 160,84,240,168)
- // Rect("Free_Fury", 240,84,320,168)
- Rect("Burn_Down", 240,84,320,168)
- // Rect("Xpand_Xtreme", 320,84,400,168)
- Rect("Wired_Tracks", 320,84,400,168)
- // Rect("Coldstone", 400,84,480,168)
- Rect("Extreme_Offroad", 400,84,480,168)
-
- // Rect("Diablo_Lane", 0,168,80,252)
- Rect("Monkey_Business", 0,168,80,252)
- // Rect("Professional", 80,168,160,252)
- Rect("Dirt_Eaters", 80,168,160,252)
- // Rect("Green_Mini", 160,168,240,252)
- Rect("Radials_Weeping", 160,168,240,252)
- // Rect("Chrome_Evolution", 240,168,320,252)
- Rect("Wolfsburg_Fever", 240,168,320,252)
- // Rect("Max_Tuning", 320,168,400,252)
- Rect("Drifting_Plague", 320,168,400,252)
- // Rect("Speed_Maniacs", 400,168,480,252)
- Rect("Lost_Souls2", 400,168,480,252)
-
- // Rect("Custom_Stage", 0,252,80,336)
- Rect("Asphalt_Jungle", 0,252,80,336)
- // Rect("ASUS", 80,252,160,336)
- // Rect("Drifting_Plague_Expands", 80,252,160,336)
- // Rect("EmptyChIcon3", 160,252,240,336)
- Rect("Lost_Souls3", 160,252,240,336)
- // Rect("EmptyChIcon4", 240,252,320,336)
- Rect("Super_Power", 240,252,320,336)
- // Rect("EmptyChIcon5", 320,252,400,336)
- Rect("Wolfsbur_Fever_Terminal", 320,252,400,336)
- // Rect("EmptyChIcon6", 400,252,480,336)
- Rect("Drifting_Judgement_Day", 80,252,160,336)
-
- // Rect("Front_Wheel_Monsters_Single", 0,336,80,420)
- Rect("Oval_Sea", 0,336,80,420)
- Rect("Endurance_Evolution_Single", 80,336,160,420)
- Rect("Half_Mile_Single", 160,336,240,420)
- Rect("Wolf_Cup_Single", 240,336,320,420)
- Rect("Freestyle_Extreme_Single", 320,336,400,420)
- Rect("Boss_Britain_Single", 400,336,480,420)
-
- Rect("Boss_Germany_Single", 0,420,80,504)
- Rect("Boss_Finland_Single", 80,420,160,504)
- Rect("Boss_USA_Single", 160,420,240,504)
- Rect("Euro_Advance_Single", 240,420,320,504)
- Rect("Japan_Advance_Single", 320,420,400,504)
- Rect("Special_Stage_Single", 400,420,480,504)
- HiddenInEditor(0)
- }
-
- //Salek 2005_04_14
-
- Texture("Champ_Drift.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chDF1")
- Whole("chDF2")
- Whole("chDPA1")
- Whole("chDPE1")
- // Whole("chDJD1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_Baja.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chBJ1")
- Whole("chBJ2")
- Whole("chBJ3")
- Whole("chBJ4")
- Whole("chBJ5")
- Whole("chBJ6")
- HiddenInEditor(0)
- }
-
- Texture("Champ_Legal.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chLR1")
- Whole("chLR2")
- Whole("chLR3")
- Whole("chLR4")
- HiddenInEditor(0)
- }
-
- Texture("Champ_Drag.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chQMS1")
- Whole("chBD1")
- Whole("chDR1")
- Whole("chRWB1")
- Whole("chDR2")
- Whole("chDR3")
- Whole("chDR4")
- HiddenInEditor(0)
- }
-
-
- Texture("Champ_AsphaltJungleRC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chRC1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_CultMachinesFever.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chWC1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_VolksFR.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chDC1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_AsphaltJungleEC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chABC1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_RiskyBusinessIT.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chTC1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_HUYourRadialsCup.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chQMS1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_MadnessCup.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chMKI1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_RiskyBusinessMTT.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chRB1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_LostSoulsTC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chLS1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_BDYourRadialsCup.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chBD1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_MadnessCupWT.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chWT1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_LostSoulsEC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chEO1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_CultMachinesFever200.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chMB1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_VolksSR.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chDE1")
- HiddenInEditor(0)
- }
-
- //Texture("Champ_RadialWeepingBitterly.dds", 256, 128)
- //{
- //HiddenInEditor(1)
- // Whole("chRWB1")
- //HiddenInEditor(0)
- //}
-
- //Texture("Champ_CultMachinesFeverDTC.dds", 256, 128)
- Texture("Champ_CultMachinesFeverExpands.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chWFD1")
- HiddenInEditor(0)
- }
-
- //Texture("Champ_DriftingPlagueA.dds", 256, 128)
- //{
- //HiddenInEditor(1)
- // Whole("chDPA1")
- //HiddenInEditor(0)
- //}
-
- Texture("Champ_LostSoulsRC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chLS2")
- HiddenInEditor(0)
- }
-
- Texture("Champ_AsphaltJungleBC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chAJ1")
- HiddenInEditor(0)
- }
-
- //Texture("Champ_DriftingPlagueE.dds", 256, 128)
- //{
- //HiddenInEditor(1)
- // Whole("chDPE1")
- //HiddenInEditor(0)
- //}
-
- Texture("Champ_MadnessRT.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chLS3")
- HiddenInEditor(0)
- }
-
- Texture("Champ_RiskyBusinessSPT.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chSP1")
- HiddenInEditor(0)
- }
-
- //Texture("Champ_CultMachinesFeverTS.dds", 256, 128)
- Texture("Champ_CultMachinesFeverBurns.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chWFT1")
- HiddenInEditor(0)
- }
-
- //Texture("Champ_DriftingJD.dds", 256, 128)
- Texture("Champ_DriftingPlagueA.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chDJD1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_VolksFC.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chOS1")
- HiddenInEditor(0)
- }
-
- //end Salek
-
- Texture("Champ_CustomStage.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("chCustom")
- HiddenInEditor(0)
- }
-
- Texture("Champ_1600.dds", 256, 128)
- {
- //HiddenInEditor(1)
- Whole("ch1600MR")
- HiddenInEditor(0)
- }
-
- Texture("Champ_ChromeEvolution.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chN4")
- HiddenInEditor(0)
- }
-
- Texture("Champ_ColdStone.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chA6")
- HiddenInEditor(0)
- }
-
- Texture("Champ_DiabloLane.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chA7")
- HiddenInEditor(0)
- }
-
- Texture("Champ_DriverChallenge.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chBossFight1")
- Whole("chBossFight2")
- Whole("chBossFight3")
- Whole("chBossFight4")
- HiddenInEditor(0)
- }
-
- Texture("Champ_EnduranceEvolution.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chLLR")
- HiddenInEditor(0)
- }
-
- Texture("Champ_EuroAdvance.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chRWR1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_FreeFury.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chBECh")
- HiddenInEditor(0)
- }
-
- Texture("Champ_FreestyleAdvance.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chBNlCh")
- HiddenInEditor(0)
- }
-
- Texture("Champ_ASUS.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chASUS")
- HiddenInEditor(0)
- }
-
- Texture("Champ_FreestyleBeginners.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chBBCh")
- HiddenInEditor(0)
- }
-
- Texture("Champ_FreestyleExtreme.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chPolandBaya1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_FrontWheel.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chRWMR")
- HiddenInEditor(0)
- }
-
- Texture("Champ_GrandCanyon.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chN1")
- HiddenInEditor(0)
- }
-
- Texture("Champ_GreenMini.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chA5")
- HiddenInEditor(0)
- }
-
- Texture("Champ_HalfMile.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("ch1_2MileTrial")
- HiddenInEditor(0)
- }
-
- Texture("Champ_Islanders.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chMCCh")
- HiddenInEditor(0)
- }
-
- Texture("Champ_JapanAdvance.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chJCCh")
- HiddenInEditor(0)
- }
-
-
- Texture("Champ_N3Trial.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chN3")
- HiddenInEditor(0)
- }
-
- Texture("Champ_PolishEd.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chN2")
- HiddenInEditor(0)
- }
-
- Texture("Champ_Professional.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chILM")
- HiddenInEditor(0)
- }
-
- Texture("Champ_SpecialStage.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chPolandSS")
- Whole("chIrelandSS")
- Whole("chFinlandSS")
- Whole("chKenyaSS")
- Whole("chNevadaSS")
- HiddenInEditor(0)
- }
-
-
- Texture("Champ_WolfCup.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chGECh1")
- Whole("chGECh2")
- HiddenInEditor(0)
- }
-
- Texture("Champ_XpandElite.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chLLCh")
- HiddenInEditor(0)
- }
-
- Texture("Champ_XpandXtreme.dds", 256, 128)
- {
- HiddenInEditor(1)
- Whole("chA8Extr")
- HiddenInEditor(0)
- }
-
- Texture("GTI_black.png", 2,2)
- {
- HiddenInEditor(1)
- Whole("Black")
- }
-
- Texture("GTI_white.png", 2,2)
- {
- HiddenInEditor(1)
- Whole("White")
- }
-
- Texture("Trophy.dds", 512, 256)
- {
- HiddenInEditor(0)
- Rect("Trophy_Gold", 0,0,143,256)
- Rect("Trophy_Silver", 144,0,287,256)
- Rect("Trophy_Bronze", 288, 0, 431,256)
- HiddenInEditor(0)
- }
-
- Texture("Loader_Finland.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderFinland")
- }
-
- Texture("Loader_Custom.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderCustom")
- }
-
- Texture("Loader_Irland.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderIreland")
- }
-
- Texture("Loader_Nevada.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderNevada")
- }
-
- Texture("Loader_Kenya.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderKenya")
- }
-
- Texture("Loader_Poland.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderPoland")
- }
-
- Texture("Loader_Test.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderTest")
- }
-
- Texture("Loader_France.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderFrance")
- }
-
- Texture("Loader_Germany.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderGermany")
- }
-
- Texture("Loader_Italy.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderItaly")
- }
-
- Texture("Loader_RT.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderRT")
- }
-
- Texture("Loader_UK.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderUK")
- }
-
- Texture("Loader_USA.dds", 1024, 512)
- {
- HiddenInEditor(1)
- Whole("LoaderUSA")
- }
-
-
-
- Texture("Menu_Settings2.dds", 512, 512)
- {
- HiddenInEditor(1)
- Rect("Tyres_SBI_STC_FPU_HyperGrip200", 0, 0, 80, 84)
- Rect("Tyres_SBI_STC_FPU_Intermediate", 80, 0, 160, 84)
- Rect("Tyres_SBI_STC_FPU_ProSport400s", 160, 0, 240, 84)
- Rect("Tyres_SBI_STC_FPU_Slick", 240, 0, 320, 84)
- Rect("Tyres_SBI_STC_FPU_Wet", 320, 0, 400, 84)
- Rect("TT_Sport_Ice", 400, 0, 480, 84)
-
- Rect("Tyres_BMX_HyperGrip200", 0, 84, 80, 168)
- Rect("Tyres_BMX_Intermediate", 80, 84, 160, 168)
- Rect("Tyres_BMX_ProSport400s", 160, 84, 240, 168)
- Rect("Tyres_BMX_Slick", 240, 84, 320, 168)
- Rect("Tyres_BMX_Wet", 320, 84, 400, 168)
- Rect("TT_Racing_Ice", 400, 84, 480, 168)
-
- Rect("TT_Hypergrip200", 0,168,80,252)
- Rect("TT_Fullgrip356", 80,168,160,252)
- Rect("TT_WinterEvo3", 160,168,240,252)
- Rect("TT_ProSport400s", 240,168,320,252)
- Rect("TT_ContactSport", 320,168,400,252)
- Rect("TT_ProSportWinter", 160,168,240,252)//400,168,480,252)
-
- Rect("TT_Sport_Slick", 0,252,80,336)
- Rect("TT_Sport_Intermediate", 80,252,160,336)
- Rect("TT_Sport_Wet", 160,252,240,336)
- Rect("TT_Sport_Gravel", 240,252,320,336)
- Rect("TT_Sport_Mud", 320,252,400,336)
- Rect("TT_Sport_Snow", 400,252,480,336)
-
- Rect("TT_Racing_Slick", 0,336,80,420)
- Rect("TT_Racing_Intermediate", 80,336,160,420)
- Rect("TT_Racing_Wet", 160,336,240,420)
- Rect("TT_Racing_Gravel", 240,336,320,420)
- Rect("TT_Racing_Mud", 320,336,400,420)
- Rect("TT_Racing_Snow", 400,336,480,420)
-
- Rect("Tyres_MMS_HyperGrip200", 0, 420, 80, 504)
- Rect("Tyres_MMS_Intermediate", 80, 420, 160, 504)
- Rect("Tyres_MMS_ProSport400s", 160, 420, 240, 504)
- Rect("Tyres_MMS_Slick", 240, 420, 320, 504)
- Rect("Tyres_MMS_Wet", 320, 420, 400, 504)
- Rect("Paint_Can", 400, 420, 480, 504)
- HiddenInEditor(0)
- }
-
-
- // --- Created by XRCustomCarsWizard. Do not modyfy. ---
- !include("..\\..\\Cars\\Icons.scr")
-
-